#include #include #include const int MAXMSGLINE = 3001; const int MAXSTRLINE = 120; const int MAXMSGSTRNG = 3001; const int MAXMSGLINECHARS = 61; const int MAXNUMMESWINLINES = 100; typedef char winMsgLine[MAXMSGLINECHARS]; struct messageLine{ short messageNo; short helpCode; short width; char holdLine[MAXMSGLINE]; }; void cls(void); int FormatWindow(char * string, winMsgLine array[], int * width);